git-get_errlist
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 21 Feb 2022 08:47:11 +0000 (08:47 +0000)
committerAurelien Jarno <aurel32@debian.org>
Mon, 21 Feb 2022 08:47:11 +0000 (08:47 +0000)
commitd8860910f40f05aeb1064b6b14e4fd16dfcc7992
tree90592d994408298c6915f3c98495b50ca4403b5a
parent5fc98633605f9a7261087d9d68e17d0eb87c9b08
git-get_errlist

Committed for 2.35

commit 5eb3e2c794c3fdd553833af5342740051221479c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 23 19:06:49 2021 +0200

    hurd: Fix errlist error mapping

    On the Hurd, the errno values don't start at 0, so _sys_errlist_internal
    needs index remapping. The _sys_errlist_internal definition already properly
    uses ERR_MAP, but __get_errlist and __get_errname were not.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-get_errlist.diff
stdio-common/errlist.c